"gradient neo light" shadcn/ui theme

innovative
bold
high-contrast
modern
futuristic
immersive
gradient
color-balance
experimental
readable

Shadcn/ui Theme Css Variables

name: Gradient Neo Lightkeyword: gradient neo light views: 6

:root {
  --background: 180 50% 80%;
  --foreground: 240 10% 3.9%;
  --card: 180 50% 85%;
  --card-foreground: 240 10% 3.9%;
  --popover: 180 50% 85%;
  --popover-foreground: 240 10% 3.9%;
  --primary: 260 70% 50%;
  --primary-foreground: 0 0% 98%;
  --secondary: 180 50% 90%;
  --secondary-foreground: 240 5.9% 10%;
  --muted: 180 50% 90%;
  --muted-foreground: 240 3.8% 46.1%;
  --accent: 260 70% 50%;
  --accent-foreground: 0 0% 98%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 98%;
  --border: 180 50% 75%;
  --input: 180 50% 75%;
  --ring: 260 70% 50%;
  --radius: 0.75rem;
  --chart-1: 12 76% 61%;
  --chart-2: 173 58% 39%;
  --chart-3: 197 37% 24%;
  --chart-4: 43 74% 66%;
  --chart-5: 27 87% 67%;
}